﻿

.new-latest {
    display: flex;
    width: 100%;
}

.nl-part-one {
    width: 30%;
    background: aliceblue;
}

.nl-part-two {
    width: 46%;
    background: #0451BB;
}

.sup {
    color: #003466;
    font-size: 24px;
    text-transform:capitalize;
  
}
.arrow-section {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 18px;
    background: #0451bb;
    color: #fff;
    padding: 5px;
    display: flex;
    border-radius: 10px;
    z-index: 1;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 11px 12px 0px #dbe4f0;
}

.latest-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    background: #fff;
    width: 100%;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
    padding: 9px 7px;
    position: relative;
    margin-top: 1rem;
    border-radius: 8px;
}
.info-icon {
    transition: stroke 0.3s ease-in-out;
}

    .info-icon:hover circle {
        stroke: #007BFF; 
    }

    .info-icon:hover line {
        stroke: #007BFF;
    }

    .latest-card-top .icon-section img {
        width: 40px;
        height: 40px;
    }

    .latest-card-top .text-section {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

        .latest-card-top .text-section .title-text {
            background: #E3F6FA;
            color: #4A8F9B;
            padding: 5px 10px;
            width: 65%;
            border-radius: 5px;
            font-weight: 600;
            font-size: 11px;
        }

        .latest-card-top .text-section .description-text {
            color: #000000;
            font-size: 14px;
            font-family: 'Inter';
            line-height:normal;
            font-weight: 600;
            margin-top: 5px;
        }

        .latest-card-top .text-section .date-section {
            display: flex;
            align-items: center;
            margin-top: 5px;
        }

            .latest-card-top .text-section .date-section .calendar-icon {
                width: 14px;
                height: 14px;
                margin-right: 5px;
            }

            .latest-card-top .text-section .date-section .update-date {
                font-size: 12px;
                font-family: 'Inter';
                color: #555555;
            }



.latest-card-top .arrow-section i {
    font-size: 18px;
    cursor: pointer;
    transform: rotate(45deg);
    display: inline-block;
    animation: bounceArrow 1s infinite ease-in-out;
}


.info-icon-part {
    position: absolute;
    padding: 8px;
    cursor: pointer;
    right: 0;
    display: flex;
    align-items: center;
    top: 0;
}

.info-icon {
    width: 22px;
    height: 22px;
    stroke: #4B5563; 
 
    transition: stroke 0.2s ease;
}
.hover-content-new p {
    font-size: 12px;
    font-family: 'Inter';
    line-height:1.5;
}
.info-icon-part:hover .info-icon {
    stroke: #2563EB; /* Change color on hover */
}

.hover-content-new {
    position: absolute;
    background: white;
    width: 280px;
    padding: 14px 15px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    right: calc(100% + 10px);
    top: 50%;
  
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    z-index: 100;
}

.info-icon-part:hover .hover-content-new {
    opacity: 1;
    visibility: visible;
}


.hover-content-new::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid white;
}
.cards-latest-part {
    height: 400px;
    overflow-y: auto; 
    overflow-x: hidden;
    scrollbar-width: none;
}


.button-part-latest{
    margin-bottom:1.5rem;
    margin-top:1.5rem;
    display:flex;
    justify-content:center;
}

.pack-head, .inner-stay-part {
    margin-top: 2rem;
}
.latest-btn {
    background: #0451BB;
    color: #fff;
    padding: 11px 35px;
    font-size: 14px;
    border-radius: 8px;
    position: relative;
    box-shadow: var(--color-blue-300) 0px 13px 27px -5px, var(--color-blue-300) 0px 8px 16px -8px;
}

    .latest-btn:hover {
        background-color: #27408B; 
        color:white;
    }

.deals-text {
    color: #fff;
    margin: 1rem auto;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size:18px;
}

.highlight-text {
    color: #ABFF23; /* Neon green */
    font-weight: bold;
}

.deals-subtext {
    color: rgba(255, 255, 255, 0.83);
    font-family: Poppins;
    font-size: 14px;
}


 .pdp-carousel {
 
        max-width: 1200px;
        margin: 0 auto;
    }

.pdp-card {
    margin: 10px;
    background: white;
    border-radius: 16px;
    border: 1px solid #F1F1F1;
    background: #FFF;
   
    overflow: hidden;
    padding: 10px;
    transition: transform 0.3s ease;
}

    .pdp-card:hover {
        transform: translateY(-5px);
    }

    .pdp-card-image {
        width: 100%;
        height: 130px;
        background-size:cover;
        border-radius:10px;
        background-position:center;
        position:relative;
        overflow:hidden;

    }

.pdp-card-content{
    margin-top:1rem;
}

.pdp-card-title {
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
}

.pdp-card-description {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Inter';
    color: #333;
}

    .pdp-card-price {
        font-size: 20px;
        font-weight: 700;
        color: #2b6cb0;
    }

    /* Custom Slick Arrow Styles */
    .slick-prev,
    .slick-next {
        width: 40px;
        height: 40px;
        background: white;
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        z-index: 1;
        transition: all 0.3s ease;
    }

    .slick-prev {
        left: -5px;
    }

    .slick-next {
        right: -5px;
    }

    .slick-prev:hover,
    .slick-next:hover {
        background: white;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .slick-prev:before,
    .slick-next:before {
        color: #4a5568;
        font-size: 24px;
    }

    /* Custom dots style */
    .slick-dots {
        bottom: -30px;
    }

    .slick-dots li button:before {
        font-size: 12px;
        color: #4a5568;
    }

    .slick-dots li.slick-active button:before {
        color: #2b6cb0;
    }
.valid-till-badge {
    display: inline-block;
    text-align: center;
    background: #FFD128;
    margin:0.5rem;
    color: #000;
    padding: 5px 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 10px;
    border-radius: 30px;
}
.valid-till-badge-discount {
    background: #f92f60;
    color: #ffffff;
    padding: 17px 24px;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 15px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    line-height: normal;
    bottom: -23%;
    right: -21px;
}
.bottompdp-card-part{
    height:145px;
}
.trip-pricing-new {
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    justify-content: space-between;
}

.trip-price-info-new {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.price-label-new {
    font-size: 14px;
    margin: 0;
    color: #000000;
}

.trip-price-new {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: bold;
}

.original-price-new {
    text-decoration: line-through;
    color: #000;
    font-weight: 500;
    margin-right: 8px;
}

.discounted-price-new {
    color: #000;
    font-size: 20px;
}

.trip-book-btn-new {
    background-color: #2873e1;
    color: white;
    border: none;
    padding: 5px 15px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 18px;
}

    .trip-book-btn-new:hover {
        background-color: #033b8e;
        color:white;
    }
.package-deals-part {
    margin-top: 1rem;
    border-radius:8px;
    box-shadow: 0px 200px 56px 0px rgba(199, 199, 199, 0.00), 0px 128px 51px 0px rgba(199, 199, 199, 0.01), 0px 72px 43px 0px rgba(199, 199, 199, 0.05), 0px 32px 32px 0px rgba(199, 199, 199, 0.09), 0px 8px 18px 0px rgba(199, 199, 199, 0.10);
}
.deal-box-part {
    background: #ffffff40;
    padding: 12px 16px;
    border-radius: 10px;
    margin-left: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.deal-title {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    font-family: 'Inter';
    letter-spacing: -0.8px;
}
.line-part {
    margin: 5px auto;
    border-top: 1px solid #fff;
}

.deal-price {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    margin:0;
}

.deal-duration {
    color: #fff;
    font-family: 'Inter';
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}



.latest-heading {
    color: #003466;
    text-align: center;
    font-family: "Advent Pro";
    font-size: 40px;
    font-style: normal;
    display: flex;
    font-weight: 900;
    justify-content: center;
}



.and-text {
    font-weight: 500;
    font-size: 27px;
    letter-spacing: 4px;
   
    padding: 8px 16px;
    border-radius: 32px;
    background: #ABFF23;
 
}

.greatest-text {
    color: #428ce2;
}
.main-heading-part {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(169, 184, 226, 0) 18%, rgba(199, 214, 255, 0.55) 55%);
}
.updated-latest-part{
    padding:5px 15px;
}

.nl-part-three {
    background: #F0F8FF;
    width: 24%;
}


.pod-part-new-container {
    font-family: Arial, sans-serif;
    padding: 15px 26px;
    margin-top:1.5rem;
}

.pod-part-new-heading {
    font-size: 28px;
    font-weight: 700;
    color: #0d2c5b;
    margin: 0 0 20px 0;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins';
    flex:1;
}

.pod-part-new-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    border: 1px solid #F1F1F1;
    background: #FFF;
    overflow: hidden;
    padding: 10px;
    margin-top:2rem;
}

.pod-part-new-image-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 175px;
    background-size: cover;
    background-position: center;
}


.pod-part-new-badge {
    position: absolute;
    top: -1px;
    left: 2px;
    height: 22px;
}

.pod-part-new-name-tag {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgb(255 255 255 / 78%);
    color: #000000;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 16px;
    font-family: 'Inter';
}

.pod-part-new-content {
    margin-top: 14px;
}

.pod-part-new-subtitle {
    color: #777;
    font-size: 14px;
    margin: 0;
}

.pod-part-new-title {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter';
    color: #000;
    margin: 6px 0;
}

.pod-part-new-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

    .pod-part-new-cta span {
        color: #777;
        font-size: 12px;
        font-family: 'Inter';
        flex:1;
    }
.pod-divider {
    background: #d6d6d6;
    width: 100%;
    height: 0.4px;
    margin: 8px auto;
}

.pod-part-new-play-icon {
    width: 28px;
    height: 28px;
}



@media only screen and (min-width: 320px) and (max-width: 650px) {
    .latest-heading {
       
        font-size: 27px;
        font-weight: 700;
    }
    .and-text {
        font-size: 16px;
        padding: 4px 16px;

    }
    .sup {
        color: #003466;
        font-size: 18px;
        /* margin: 0; */
    }
    .new-latest {
      flex-direction:column;
    }
    .nl-part-one {
        width: 100%;
        background: aliceblue;
    }
    .latest-card-top .text-section .description-text {
        color: #000000;
        font-size: 12px;
        
    }
    .button-part-latest {
        margin-top: 0.5rem;
       
    }
    .nl-part-two {
        width: 100%;
    }
    .slick-next {
        display: block !important;
        color: white !important;
        background: white !important;
    }
    .package-deals-part {
        margin-top: 1rem;
        
    }
    .deal-box-part {
        background: #ffffff40;
        padding: 12px 16px;
        position: static;
       margin-bottom:1rem;
    }
    .deals-text {
      
        font-size: 18px;
        
    }
    .valid-till-badge {
       
        color: #000;
        padding: 5px 10px;
        font-weight: 500;
        font-size: 10px;
        border-radius: 30px;
    }
    .bottompdp-card-part {
       height:auto;
    }
    .cards-latest-part {
        height: auto;
    }
    .nl-part-three{
        width:100%;
    }
    .pod-part-new-heading {
        display: block;
        font-size: 25px;
    }
    .pod-part-new-title {
        font-size: 18px;
    }
}
@media only screen and (min-width: 651px) and (max-width: 1024px) {
    .updated-latest-part {
        padding: 0;
    }
    .new-latest {
        flex-wrap:wrap;
    }
    .nl-part-one {
        flex: 0 0 40%;
        background: aliceblue;
    }
    .nl-part-two {
        flex: 0 0 60%;
    }
    .nl-part-three {
        flex: 0 0 100%;
    }
    .sup {
        color: #003466;
        font-size: 18px;
    }
    .latest-card-top {
        gap: 4px;
    }
        .latest-card-top .text-section .title-text {
            padding: 5px 6px;
            width: 90%;
            font-size: 10px;
        }
        .latest-card-top .icon-section img {
            width: 30px;
            height: 30px;
        }
        .latest-card-top .text-section .description-text {
            color: #000000;
            font-size: 12px;
        }
    .hover-content-new {
        width: 234px;
        padding: 4px 10px;
       
        right: 3px;
        top: 50%;
        height: 103px;
       
    }
        .hover-content-new p {
            font-size: 10px;
            text-align: start;
            line-height: normal;
        }
    .latest-card-top .text-section .date-section .update-date {
        font-size: 10px;
        
    }
    .latest-card-top .text-section .date-section .calendar-icon {
        width: 12px;
        height: 12px;
       
    }
    .latest-card-top .arrow-section i {
        font-size: 14px;
       
    }
    .info-icon-part {
        position: absolute;
        padding: 4px;
        top: 2px;
    }
    .pdp-card-image {
        width: 100%;
        height: 121px;
        border-radius: 5px;
    }
    .pdp-card {
        border-radius: 10px;
        padding: 5px;

    }
    .pdp-card-title {
        color: #000;
        font-size: 14px;
    }
    .pdp-card-description {
        margin-bottom: 4px;
        font-size: 10px;
    }
    .trip-pricing-new {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .trip-price-new {
        font-size: 14px;
        margin: 0;
    }
    .slick-next {
        right: -25px;
        display: block !important;
    }
    .deal-box-part {
        background: #ffffff40;
        padding: 12px 16px;
        position: static;
       margin-bottom:1rem;
    }
    .latest-btn {
        background: #0451BB;
        color: #fff;
        padding: 9px 10px;
        font-size: 12px;
       
    }
    .deals-subtext{
        display:none;
    }
    .bottompdp-card-part {
        height: auto;
    }
    .discounted-price-new {
        color: #000;
        font-size: 16px;
    }

    .original-price-new {
        font-size: 14px;
        margin-right: 8px;
    }
    .valid-till-badge-discount {
        
        font-size: 12px;
        border-radius: 50%;
        width: 92px;
        height: 86px;
        position: absolute;
        line-height: normal;
       
    }
    .trip-book-btn-new {
       
        padding: 0px 15px;
        font-size: 10px;
       
    }
    .price-label-new {
        font-size: 12px;
        font-family: 'Inter';
        
    }
    .pdp-card-content {
        margin-top: 0.5rem;
    }
    .pod-part-new-heading {
        display: block;
        margin: 0 0 10px 0;
    }
    .pod-part-new-container {
        font-family: Arial, sans-serif;
        padding: 15px 17px;
        margin-top: 0;
        display: flex;
        align-items: center;
    }
    .pod-part-new-image-wrapper {
        border-radius: 8px;
        overflow: hidden;
        height: 107px;
        width: 111px;
        flex: 1;
    }
    .pod-part-new-title {
        font-size: 14px;
        margin: 0;
    }
    .pod-part-new-badge {
        height: 22px;
    }
    .pod-part-new-card {
        margin-top: 0rem;
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    .pod-part-new-content {
        margin-top: 0;
    }
}
/*.slick-next {
    right: -25px;
    display: block !important;
}*/


.for-tablet {
    display: none;
}

.for-mobile {
    display: none;
}
.package-all-part-wrapper{
    display:flex;
    align-content:center;
}

@media only screen and (max-width: 600px) {
    .for-tablet {
        display: none;
    }

    .for-mobile {
        display: block;
    }

    .for-desktop {
        display: none;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .for-tablet {
        display: block;
    }

    .for-mobile {
        display: none;
    }

    .for-desktop {
        display: none;
    }
}